home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / bbs / tm0303.txt < prev    next >
Text File  |  1994-01-23  |  3KB  |  60 lines

  1. SEA Technical Memorandum #0303, Coupling GroupMail to EchoMail
  2. Last updated: October 5, 1989
  3. Copyright 1988,89 by System Enhancement Associates, Inc.
  4.  
  5.  
  6.  
  7.                        Coupling GroupMail to EchoMail
  8.  
  9.  
  10. Converting an echomail conference into GroupMail is a tricky business that 
  11. requires special software to be done properly and efficiently.  However, 
  12. porting a GroupMail conference into echomail is fairly simple.  
  13.  
  14. The distinction here is that if a GroupMail top star exists, then the 
  15. conference is initially GroupMail.  But if there is no GroupMail top star, 
  16. then the conference is initially echomail.  If the conference DOES have a 
  17. GroupMail topstar, then it can be ported into echomail by a rather simple 
  18. process that almost any system can operate.
  19.  
  20. For purposes of illustration, we will use a hypothetical case where node 
  21. 520/528 wishes to get the BLATZ conference from node 520/1015 and convert 
  22. it into echomail.  Node 520/1015 carries the conference as GroupMail, and 
  23. is a star for that conference.  Node 520/528 carries the conference as 
  24. echomail and is performing the gate.  All of the gateway functions are 
  25. carried out at node 520/528 -- the GroupMail star at 520/1015 does nothing 
  26. unusual.
  27.  
  28.  
  29. Node 520/528 must configure the conference on his system as an echomail 
  30. conference, with node 520/1015 as one of his echomail links.
  31.  
  32. Node 520/528 must also run GROUP in order to obtain the GroupMail archives 
  33. and unpack them.  With GROUP he would add the BLATZ conference with the 
  34. "/N" flag, like so:
  35.  
  36.     group add BLATZ Gzorniblatz forum ;520/1015 /N 
  37.  
  38. The "/N" flag tells GROUP that when GroupMail archives for this conference 
  39. are unpacked, the messages should be placed in the network mail area.  
  40. GROUP will place the proper "AREA:" and "SEEN-BY:" lines to each message so 
  41. that they will be handled properly by an echomail processor.  Every now and 
  42. then node 520/528 does a GROUP ASK and a GROUP IN, to request new BLATZ 
  43. messages and to import them when they are received.  
  44.  
  45.  
  46. When he's installing GROUP, node 520/528 should also set one of the system 
  47. parameters to keep GroupMail bounceback messages from causing duplicate 
  48. messages on the echomail side.  To access the GROUP system parameters 
  49. screen, give the command:
  50.  
  51.     group edit
  52.  
  53. Then set "Kill bounceback messages" to "YES".  
  54.  
  55.  
  56. The only disadvantage of this process is that, since echomail does not 
  57. preserve the originating address on messages, the "private reply" aspect of 
  58. GROUP will not work properly on messages gated from echomail into 
  59. GroupMail.
  60.